ASP.NET Source Code Viewer Font Size:
<%@ Page %>

<html>
<head>
<title>Chapter 7: ASP.NET Rich Controls</title>

</head>
<body>

    <form runat="server">
    <h3>Using AdRotator</h3>
        <asp:AdRotator id="BooksRotator" AdvertisementFile="books_ads.xml" runat="Server" />
    </form>

</body>
</html>